GetFullAXTreeResponse

data class GetFullAXTreeResponse(nodes: List<AXNode>)

Represents response frame that is returned from Accessibility#getFullAXTree operation call. Fetches the entire accessibility tree for the root Document

See also

Constructors

GetFullAXTreeResponse
Link copied to clipboard
fun GetFullAXTreeResponse(nodes: List<AXNode>)

Properties

nodes
Link copied to clipboard
val nodes: List<AXNode>

Sources

jvm source
Link copied to clipboard